Overview
Retrieve internal team member details including status, assigned roles and the permissions granted through those roles.
GET (/internal/v1/parties/{organisationPartyId}/teams/{teamId}/members/{memberId})
Parameters
- organisationPartyId (path) (required): The unique identifier of the organisation party.
- teamId (path) (required): The unique identifier of the team.
- memberId (path) (required): The unique identifier of the team member.
- X-Request-ID (header): Request ID used for tracing. A new one will be generated if not provided.
Responses
200 OK
Internal representation of a team member’s status and assigned roles.
400 Bad Request
401 Unauthorized
404 Not Found
500 Internal Server Error
Architecture
Internal representation of a team member's status and assigned roles.
Status of a team member.
PENDING ACTIVE SUSPENDEDThe set of role IDs assigned to the member.
The permissions granted to the member through their assigned role.
This is the specific entity the permission applies to within the system. This could represent a system feature or data object the user interacts with. For example, a 'resource' could be 'payments' or 'accounts'.
The 'action' is what operation can be performed on the 'resource'. This is typically an action word, indicating operations like 'create', 'read', 'update', 'remove', or others depending on resource. For example, a user with 'read' action on 'payments' resource can view payments.
'Category' provides a way to logically group related resources. This can be helpful for organizing permissions. For example, you might have categories such as 'Account Management', 'Payment Processing' and group related resources under these categories.
No properties match your search
Try a different search term or clear the search to see all properties
urn:plmr:teams:api:BAD_REQUEST urn:plmr:teams:api:INVALID_PARAM urn:plmr:teams:api:WEB_APPLICATIONNo properties match your search
Try a different search term or clear the search to see all properties
urn:plmr:teams:api:UNAUTHORIZEDNo properties match your search
Try a different search term or clear the search to see all properties
urn:plmr:teams:api:RESOURCE_UNKNOWN urn:plmr:teams:api:TEAM_NOT_FOUND urn:plmr:teams:api:MEMBER_NOT_FOUNDNo properties match your search
Try a different search term or clear the search to see all properties
urn:plmr:teams:api:INTERNAL_SERVER_ERRORNo properties match your search
Try a different search term or clear the search to see all properties