Add user members to organization
Add users as members to the specified organization with the given user IDs.
Path parameters
-
The unique identifier of the organization.
POST
/api/organizations/{id}/users
curl \
--request POST https://[tenant_id].logto.app/api/organizations/{id}/users \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"userIds":["string"]}'
Request examples
{
"userIds": [
"string"
]
}