Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 3.78 KB

File metadata and controls

40 lines (30 loc) · 3.78 KB

GetAuthenticatedUser

Properties

Name Type Required Description
user GetAuthenticatedUserUser Information about the authenticated user.
operations List[GetAuthenticatedUserOperations] Information about operations and their usage limits. This object does not return for users with the Guest role.

GetAuthenticatedUserUser

Information about the authenticated user.

Properties

Name Type Required Description
id_ float The user's Postman ID.
username str The user's username.
email str The user's email address.
full_name str The user's full name.
avatar str The user's avatar image URL.
is_public bool If true, the user's information is public and visible to all users.
team_id int The team ID the user is assigned to. This returns a 0 value if the user is not assigned to a team.
team_name str The name of the team the user is assigned to.
team_domain str The team's Postman domain ID.
roles List[str] A list of the user's assigned roles.

GetAuthenticatedUserOperations

Properties

Name Type Required Description
limit float The operation's limit value.
name str The operation's name.
overage float The operation's overage value.
usage float The operation's current usage value.