For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
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": "xyz2@lambdatest.com",
"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": "xyz2@lambdatest.com",
"group_id": 803,
"role": "User"
}
]'
{
"message": "Invite Sent Successfully",
"type": "success"
}