curl --request POST \ --url 'https://YOURSITE.konstant.ly/openapi/v1/groups/123/users' \ --header 'X-API-KEY: 1qaz2wsx3edc4rfv1qaz2wsx3edc4rfv' \ --header 'Content-Type: application/json' \ --data '{ "users": ["user1", "user2"] }'
{ "users": [ { "id": "user1", "name": "John Smith", "email": "[email protected]", "role": { "alias": "learner" } } ] }
Add users to a group
Show Error object properties
Was this page helpful?