OrgUsers

Retrieve OrgUser Permissions

Retrieve the permissions for the OrgUser with the given UUID.

Retrieves a list of all permissions associated with a specific user in an Organization using their UUID. The list can be paginated for easier management.

get/organizations/{orgId}/users/{id}/permissions

Path parameters

orgIdstring required

The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.

idstring required

The unique identifier (UUID) of the user whose permissions you want to retrieve.

Query parameters

pageSizeinteger

Specifies the maximum number of Permission Policies to retrieve per page.

nextTokenstring

The nextToken for multi-page retrievals. It is used to fetch the next page of Permission Policies in a paginated list.

Response

Returns a list of Permission Policies.

idstring required

The UUID of the entity.

versioninteger

The version number:

  • Create: On initial Create to insert a new entity, the version is set at 1 in the response.
  • Update: On successful Update, the version is incremented by 1 in the response.
namestring

The name of the Permission Policy.

managedPolicyboolean

Indicates whether this is a system generated Managed Permission Policy.

dtCreatedstring date-time

The date and time (in ISO-8601 format) when the Permission Policy was created.

dtLastModifiedstring date-time

The date and time (in ISO-8601 format) when the Permission Policy was last modified.

createdBystring

The unique identifier (UUID) of the user who created this Permission Policy.

lastModifiedBystring

The unique identifier (UUID) of the user who last modified this Permission Policy.

Changes

Changed in 3 of the 10 revisions of this API.171

    • removed the optional property createdBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property dtCreated from the response with the 200 status

      response-optional-property-removed

    • removed the optional property dtLastModified from the response with the 200 status

      response-optional-property-removed

    • removed the optional property id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property lastModifiedBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property managedPolicy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property permissionPolicy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property version from the response with the 200 status

      response-optional-property-removed

    • added AbstractResponse subschema #2 to the response body allOf list for the response status 200

      response-body-all-of-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new MARKETPLACE_USAGE_CREATE enum value to the permissionPolicy/items/action/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new MARKETPLACE_USAGE_RETRIEVE enum value to the permissionPolicy/items/action/items/ response property for the response status 200

      response-property-enum-value-added

    This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new ANOMALIES_RETRIEVE enum value to the permissionPolicy/items/action/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new CONFIG_EXPORT enum value to the permissionPolicy/items/action/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new EXPORTS_DOWNLOAD enum value to the permissionPolicy/items/action/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new FORECAST_RETRIEVE enum value to the permissionPolicy/items/action/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new HEALTHSCORES_RETRIEVE enum value to the permissionPolicy/items/action/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new MEASUREMENTS_EXPORT enum value to the permissionPolicy/items/action/items/ response property for the response status 200

      response-property-enum-value-added

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog