GetAuthenticatedUser
Properties
Name | Type | Required | Description |
---|---|---|---|
user | GetAuthenticatedUserUser | ❌ | Information about the authenticated user. |
operations | 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 | number | ❌ | The user's Postman ID. |
username | string | ❌ | The user's username. |
string | ❌ | The user's email address. | |
fullName | string | ❌ | The user's full name. |
avatar | string | ❌ | The user's avatar image URL. |
isPublic | boolean | ❌ | If true, the user's information is public and visible to all users. |
teamId | number | ❌ | The team ID the user is assigned to. This returns a 0 value if the user is not assigned to a team. |
teamName | string | ❌ | The name of the team the user is assigned to. |
teamDomain | string | ❌ | The team's Postman domain ID. |
roles | string[] | ❌ | A list of the user's assigned roles. |
GetAuthenticatedUserOperations
Properties
Name | Type | Required | Description |
---|---|---|---|
limit | number | ❌ | The operation's limit value. |
name | string | ❌ | The operation's name. |
overage | number | ❌ | The operation's overage value. |
usage | number | ❌ | The operation's current usage value. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs