Sub Organization - Invite Users›Get Pending Invites for Sub Organization
Sub Organization - Invite Users
Get Pending Invites for Sub Organization
Get Pending Invites for Sub Organization
Get Pending Invites for Sub Organization curl --request GET \
--url "https://auth.lambdatest.com//api/organization/sub-org/{sub_org_id}/invites" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
{
"group": null,
"id": 4634,
"role": "User",
"sender": {
"id": 99604,
"name": "backend testing"
},
"sent_at": "2023-01-20T12:44:34Z",
"status": "Pending"
}
]
}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
sub_org_idintegerrequired
Sub Organization ID
Response
application/jsonGet Pending Invites for SubOrg
dataobject[]
data.idnumber
Example: 4634
data.recipient_emailstring
data.rolestring
Example: "User"
data.senderobject
data.sent_atstring
Example: "2023-01-20T12:44:34Z"
data.statusstring
Example: "Pending"
Get Pending Invites for Sub Organization curl --request GET \
--url "https://auth.lambdatest.com//api/organization/sub-org/{sub_org_id}/invites" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
{
"group": null,
"id": 4634,
"role": "User",
"sender": {
"id": 99604,
"name": "backend testing"
},
"sent_at": "2023-01-20T12:44:34Z",
"status": "Pending"
}
]
}