Add a member to your org
HTTP Request
application/json
//email:
stringEmail Address,//role:
"admin"+1▾- //Admins can do anything in the org.
"admin" - //Members of an org can not modify an org, but they belong in the org.
"member"
//
}
Response
- 201 Created
- //
company:
string,//created_at:
stringISO-8601,//discord:
string,//email:
stringEmail Address,//email_verified:
stringISO-8601,//first_name:
string,//github:
string,//id:
stringUUID,//image:
stringURL,//last_name:
string,//name:
string,//phone:
stringPhone Number,//updated_at:
stringISO-8601,//role:
"admin"+2▾- //Admins can do anything in the org.
"admin" - //Members of an org can not modify an org, but they belong in the org.
"member" - //A service account role.
"service_account"
//
}
Examples
post
/org/members201 Created
Response