Creating an organization

The method allows you to create an organization for the user

Creating an organization

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

The body of the user creation request

userIdstringRequired

User's email

Example: 5292f559-d134-4214-a9bb-4c232f0e0991
namestringOptional

Organization's name

Example: My organization
Responses
chevron-right
200Success
application/json

Successful response

successbooleanRequired

Request success indicator

responsestringRequired

ID of the created organization

Example: 527c351a-c92d-427d-a349-53cb6f5828ff
post
/partner/api/create-user-organization
200Success

Last updated