inviteUser
Parameter | Description |
---|---|
Limit | The maximum number of items to return per page. |
Page | Specify the page of results to retrieve. |
Search | A query to search all records by, must be in the format of {parameter} {operator} {value} .For example: * userName eq "john" * name.familyName eq "Marley" For all the supported search operators, refer to IBM API documentation. |
Sort By Email | Sort the results by the email property in ascending or descending order. |
{
"total": 0,
"limit": 0,
"page": 0,
"invitations": [
{
"trxId": "string",
"email": "string",
"realm": "cloudIdentityRealm",
"adopterId": "string",
"stateId": "string",
"groups": [
"string"
],
"expiration": "string"
}
]
}
Was this page helpful?