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 \
-X POST https://[tenant_id].logto.app/api/organizations/{id}/users \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"userIds":["string"]}'
Request examples
{
"userIds": [
"string"
]
}