Create User
Users
Create User
Create a new organization user.
POST
Create User
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Payload for creating an organization user.
Unique email address within the organization.
Display name shown in dashboards and audit trails.
Required string length:
2 - 100Profile picture URL (e.g., from PropelAuth picture_url property).
Default role within the organization if omitted.
Available options:
admin, member, viewer Initial lifecycle status. Use 'pending' for invited users who haven't accepted yet.
Available options:
active, suspended, pending Custom key/value metadata stored with the user record.
Response
Successful Response
The response is of type Response Create User V1 Organizations Users Post · object.

