User Relationship API
Get User Relationship
Get a user’s relationship of the given type (e.g. their manager). Returns 404 if the user has no relationship of that type.
GET
Get User Relationship
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Part of the identifier, mirroring DeleteUserRelationship: a user holds at most one relationship per type, but may hold several types, so user_id alone does not name a single relationship.
Available options:
USER_RELATIONSHIP_TYPE_UNSPECIFIED, USER_RELATIONSHIP_TYPE_MANAGER Response
200 - application/json
Success

