hidden
Invite an user
Invites a user to access the organization panel
post/apps/{appId}/access/invite
Path parameters
appIdinteger required
The identifier of the Sinao application you are using. Each application corresponds to a company and an accounting. A user can have several Sinao applications. To retrieve the identifiers of its applications, you must call the endpoint /apps.
Query parameters
emailstring required
Email for invitation. Will be used to account creation or account matching with an existing user
policy_profile_idinteger required
Profile for policies set
firstnamestring
First name of user before account creation / account link
lastnamestring
Last name of user before account creation / account link
civilitystring
Last name of user before account creation / account link
passwordstring
Password for new user
If user is invited to more than one application, add here other apps id
Response
Success
AccessInvitation required— unresolved $ref
Changes
No recorded changes to this endpoint across all 2 revisions of this API.