Get Organization Invitations By Organization Id Using GET

Get Organization Invitations By Organization Id Using GET

Get invitations for specific organization. If expand parameter is passed to the request user invitation roles will be returned in the response.

Access Policy

Role User Accounts Service Accounts (Client Credentials Applications)
Organization Admin ✔️ ✔️
Organization Owner ✔️ ✔️
Request
URI
GET
https://{api_host}/csp/gateway/am/api/orgs/{orgId}/invitations
COPY
Path Parameters
string
orgId
Required

Unique identifier (GUID) of the organization.

Query Parameters
string
expand
Optional

Indicates if response should be expanded, value is ignored - only the existence of parameter is checked.

string
customGroupId
Optional

Unique identifier of the group.

boolean
expandCustomGroups
Optional

Indicates if custom groups response should be expanded.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of UserOrganizationInvitationResponse of type(s) application/json
[
    {
        "customGroups": [
            {
                "customRoles": [
                    {
                        "createdBy": "string",
                        "createdDate": "string",
                        "expiresAt": 3609941597,
                        "lastUpdatedBy": "string",
                        "lastUpdatedDate": "string",
                        "membershipType": "string",
                        "name": "string",
                        "resource": "string"
                    }
                ],
                "description": "string",
                "displayName": "string",
                "domain": "string",
                "groupType": "string",
                "id": "string",
                "organizationRoles": [
                    {
                        "createdBy": "string",
                        "createdDate": "string",
                        "displayName": "string",
                        "expiresAt": 3609941597,
                        "lastUpdatedBy": "string",
                        "lastUpdatedDate": "string",
                        "membershipType": "string",
                        "name": "string",
                        "resource": "string"
                    }
                ],
                "ownerOrgId": "string",
                "serviceRoles": [
                    {
                        "serviceDefinitionId": "string",
                        "serviceRoleNames": [
                            "string"
                        ],
                        "serviceRoles": [
                            {
                                "createdBy": "string",
                                "createdDate": "string",
                                "expiresAt": 3609941597,
                                "lastUpdatedBy": "string",
                                "lastUpdatedDate": "string",
                                "membershipType": "string",
                                "name": "string",
                                "resource": "string"
                            }
                        ]
                    }
                ],
                "sharedOrgIds": [
                    "string"
                ],
                "usersCount": 0
            }
        ],
        "customGroupsIds": [
            "string"
        ],
        "customRoles": [
            {
                "createdBy": "string",
                "createdDate": "string",
                "expiresAt": 3609941597,
                "lastUpdatedBy": "string",
                "lastUpdatedDate": "string",
                "membershipType": "string",
                "name": "string",
                "resource": "string"
            }
        ],
        "expirationTime": 0,
        "generatedAt": 0,
        "generatedBy": "string",
        "invitationLink": "string",
        "invitedByUsername": "string",
        "orgRoleNames": [
            "string"
        ],
        "organizationRoles": [
            {
                "createdBy": "string",
                "createdDate": "string",
                "displayName": "string",
                "expiresAt": 3609941597,
                "lastUpdatedBy": "string",
                "lastUpdatedDate": "string",
                "membershipType": "string",
                "name": "string",
                "resource": "string"
            }
        ],
        "redeemedAt": 0,
        "redeemedBy": "string",
        "refLink": "string",
        "revokedAt": 0,
        "revokedBy": "string",
        "serviceRolesDtos": [
            {
                "serviceDefinitionLink": "string",
                "serviceRoleNames": [
                    "string"
                ],
                "serviceRoles": [
                    {
                        "createdBy": "string",
                        "createdDate": "string",
                        "expiresAt": 3609941597,
                        "lastUpdatedBy": "string",
                        "lastUpdatedDate": "string",
                        "membershipType": "string",
                        "name": "string",
                        "resource": "string"
                    }
                ]
            }
        ],
        "status": "AVAILABLE",
        "username": "string"
    }
]

401

The user is not authorized to use the API

Returns CspErrorResponse of type(s) application/json
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}
string
cspErrorCode
Optional

cspErrorCode

string
errorCode
Optional

errorCode

string
message
Optional

message

integer As int32 As int32
moduleCode
Optional

moduleCode

string
requestId
Optional

requestId

integer As int32 As int32
statusCode
Optional

statusCode


403

The user is forbidden to use the API

Returns CspErrorResponse of type(s) application/json
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}
string
cspErrorCode
Optional

cspErrorCode

string
errorCode
Optional

errorCode

string
message
Optional

message

integer As int32 As int32
moduleCode
Optional

moduleCode

string
requestId
Optional

requestId

integer As int32 As int32
statusCode
Optional

statusCode


404

Organization with this identifier is not found.

Returns CspErrorResponse of type(s) application/json
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}
string
cspErrorCode
Optional

cspErrorCode

string
errorCode
Optional

errorCode

string
message
Optional

message

integer As int32 As int32
moduleCode
Optional

moduleCode

string
requestId
Optional

requestId

integer As int32 As int32
statusCode
Optional

statusCode


429

The user has sent too many requests

Returns CspErrorResponse of type(s) application/json
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}
string
cspErrorCode
Optional

cspErrorCode

string
errorCode
Optional

errorCode

string
message
Optional

message

integer As int32 As int32
moduleCode
Optional

moduleCode

string
requestId
Optional

requestId

integer As int32 As int32
statusCode
Optional

statusCode


500

An unexpected error has occurred while processing the request

Returns CspErrorResponse of type(s) application/json
{
    "cspErrorCode": "string",
    "errorCode": "string",
    "message": "string",
    "moduleCode": 0,
    "requestId": "string",
    "statusCode": 0
}
string
cspErrorCode
Optional

cspErrorCode

string
errorCode
Optional

errorCode

string
message
Optional

message

integer As int32 As int32
moduleCode
Optional

moduleCode

string
requestId
Optional

requestId

integer As int32 As int32
statusCode
Optional

statusCode


Organization Operations
POST
Activate Organization Refresh Tokens Using POST
POST
Activate Organization Refresh Tokens With Api Token Path Using POST
POST
Assign Roles To Clients On Organization Using POST
POST
Create Trust Member Organization Using POST
POST
Deactivate Organization Refresh Tokens Using POST
POST
Deactivate Organization Refresh Tokens With Api Token Path Using POST
DELETE
Delete Organization Idp Registration Using DELETE
GET
Get Groups In Organizations By Organization Id And Group Search Term Using GET
GET
Get Organization By Id Using GET
GET
Get Organization Clients By Organization Id Using GET
GET
Get Organization Invitations By Organization Id Using GET
GET
Get Organization Roles By Organization Id Using GET
GET
Get Organization Users By Organization Id Using GET
GET
Get Org Linked Idp Details Using GET
GET
Get Sub Organizations By Organization Id Using GET
GET
Get Trust Member Organizations Using GET
GET
Get User Invitation By Organization Id And User Invitation Id Using GET
GET
Get Users In Organization By Organization Id And User Search Term Using GET
POST
Invite Users Using POST
POST
Link Org To Idp Using POST
DELETE
Remove Clients From Organization By Organization Id Using DELETE
DELETE
Remove Users From Organization By Organization Id Using DELETE
DELETE
Revoke User Invitation By Organization Id And User Invitation Id Using DELETE
POST
Search Organization Users By Organization Id And Roles Search Term Using POST
PATCH
Update Organization By Organization Id Using PATCH