{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions user-attribute-profiles API", "version": "1.0.0" }, "items": [ { "info": { "name": "user-attribute-profiles", "type": "folder" }, "items": [ { "info": { "name": "Get User Attribute Profiles", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/user-attribute-profiles", "params": [ { "name": "from", "value": "", "type": "query", "description": "Optional Id from which to start selection." }, { "name": "take", "value": "", "type": "query", "description": "Number of results per page. Defaults to 5." } ] }, "docs": "Retrieve a list of User Attribute Profiles. This endpoint supports Checkpoint pagination.\n" }, { "info": { "name": "Post User Attribute Profile", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/user-attribute-profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a User Attribute Profile" }, { "info": { "name": "Get User Attribute Profile Templates", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/user-attribute-profiles/templates" }, "docs": "Retrieve a list of User Attribute Profile Templates.\n" }, { "info": { "name": "Get User Attribute Profile Template", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/user-attribute-profiles/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the user-attribute-profile-template to retrieve." } ] }, "docs": "Retrieve a User Attribute Profile Template.\n" }, { "info": { "name": "Get User Attribute Profile", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/user-attribute-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the user-attribute-profile to retrieve." } ] }, "docs": "Retrieve details about a single User Attribute Profile specified by ID. " }, { "info": { "name": "Modify a User Attribute Profile", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/user-attribute-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the user attribute profile to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the details of a specific User attribute profile, such as name, user_id and user_attributes.\n" }, { "info": { "name": "Delete User Attribute Profile", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/user-attribute-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the user-attribute-profile to delete." } ] }, "docs": "Delete a single User Attribute Profile specified by ID.\n" } ] } ], "bundled": true }