User Relationship API
List User Relationships
List user relationships. Filter by user_id, related_user_id (a manager’s direct reports), and/or relationship_type.
GET
List User Relationships
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by the subject user of the relationship (for MANAGER, the report whose manager the relationship records).
Filter by the related user (for MANAGER, list a manager's direct reports).
Available options:
USER_RELATIONSHIP_TYPE_UNSPECIFIED, USER_RELATIONSHIP_TYPE_MANAGER Maximum number of results to return. Default is 10000, maximum is 10000.
Token for pagination. Leave empty for the first request.
List User Relationships

