Skip to main content
Invites UsersInvite user with Group
TestMu AI
StatusCommunityBlog
Invites Users

Invite user with Group

Invite user with Group

POST
/api/organization/invites/users
Invite user with Group
curl --request POST \
--url "https://auth.lambdatest.com/api/organization/invites/users" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '[
{
"email": "[email protected]",
"group_id": 803,
"role": "User"
}
]'
{
"message": "Invite Sent Successfully",
"type": "success"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

application/json

Invite user with Group

messagestring
typestring
Invite user with Group
curl --request POST \
--url "https://auth.lambdatest.com/api/organization/invites/users" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '[
{
"email": "[email protected]",
"group_id": 803,
"role": "User"
}
]'
{
"message": "Invite Sent Successfully",
"type": "success"
}