Resend the invite email
Details of the Updated Invite
Bad Request
Internal server error
Returns the Invite
{- "id": "string",
- "name": "string",
- "email": "string",
- "accountIdentifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "roleBindings": [
- {
- "roleIdentifier": "string",
- "roleName": "string",
- "roleScopeLevel": "string",
- "resourceGroupIdentifier": "string",
- "resourceGroupName": "string",
- "managedRole": true
}
], - "userGroups": [
- "string"
], - "inviteType": "USER_INITIATED_INVITE",
- "approved": true
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Delete an Invite by Identifier
Bad Request
Internal server error
Returns either empty value of Deleted Invite
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Gets an Invite by either Invite Id or JwtToken
Bad Request
Internal server error
Returns the Invite having either InviteId or JwtToken as specified in request
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
List all the Invites for a Project or Organization
Bad Request
Internal server error
Paginated list of Invites
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
List of all the pending users in a scope
Bad Request
Internal server error
Paginated list of Pending Invites
{- "resourceGroupIdentifiers": [
- "string"
], - "roleIdentifiers": [
- "string"
]
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}