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. |
Information about the authenticated user.
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | float | ❌ | The user's Postman ID. |
username | str | ❌ | The user's username. |
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. |
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. |