Skip to main content
Invites UsersGet invited users
TestMu AI
StatusCommunityBlog
Invites Users

Get invited users

Get invited users

GET
/api/organization/invites
Get invited users
curl --request GET \
--url "https://auth.lambdatest.com//api/organization/invites" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
{
"accepted_at": "2022-12-30T17:01:19Z",
"group": null,
"id": 9131,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2022-12-30T17:00:51Z",
"status": "Accepted"
},
{
"group": null,
"id": 9132,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2022-12-30T17:02:46Z",
"status": "Withdrawn"
},
{
"group": null,
"id": 9133,
"recipient_email": "[email protected]",
"role": "Admin",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2022-12-30T17:02:46Z",
"status": "Pending"
},
{
"group": null,
"id": 9134,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2022-12-30T17:47:55Z",
"status": "Withdrawn"
},
{
"group": null,
"id": 9144,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2023-01-02T08:04:03Z",
"status": "Pending"
},
{
"group": null,
"id": 9145,
"recipient_email": "[email protected]",
"role": "Admin",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2023-01-02T08:04:03Z",
"status": "Withdrawn"
},
{
"group": null,
"id": 9146,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2023-01-02T08:07:24Z",
"status": "Withdrawn"
},
{
"group": {
"id": 814,
"name": "g2"
},
"id": 9147,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2023-01-02T08:08:45Z",
"status": "Pending"
}
]
}

Authorizations

Authorizationstringheaderrequired

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

Response

application/json

Get invited users

dataobject[]
data.accepted_atstring
Example: "2022-12-30T17:01:19Z"
data.groupnull
data.idnumber
Example: 9131
data.recipient_emailstring
data.rolestring
Example: "User"
data.senderobject
data.sent_atstring
Example: "2022-12-30T17:00:51Z"
data.statusstring
Example: "Accepted"
Get invited users
curl --request GET \
--url "https://auth.lambdatest.com//api/organization/invites" \
--header "Authorization: Basic <encoded-value>"
{
"data": [
{
"accepted_at": "2022-12-30T17:01:19Z",
"group": null,
"id": 9131,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2022-12-30T17:00:51Z",
"status": "Accepted"
},
{
"group": null,
"id": 9132,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2022-12-30T17:02:46Z",
"status": "Withdrawn"
},
{
"group": null,
"id": 9133,
"recipient_email": "[email protected]",
"role": "Admin",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2022-12-30T17:02:46Z",
"status": "Pending"
},
{
"group": null,
"id": 9134,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2022-12-30T17:47:55Z",
"status": "Withdrawn"
},
{
"group": null,
"id": 9144,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2023-01-02T08:04:03Z",
"status": "Pending"
},
{
"group": null,
"id": 9145,
"recipient_email": "[email protected]",
"role": "Admin",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2023-01-02T08:04:03Z",
"status": "Withdrawn"
},
{
"group": null,
"id": 9146,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2023-01-02T08:07:24Z",
"status": "Withdrawn"
},
{
"group": {
"id": 814,
"name": "g2"
},
"id": 9147,
"recipient_email": "[email protected]",
"role": "User",
"sender": {
"email": "[email protected]",
"id": 407868,
"name": "pawan rai"
},
"sent_at": "2023-01-02T08:08:45Z",
"status": "Pending"
}
]
}