v1-v3 APIs have been deprecated
Don't worry, these APIs are deprecated, but they won't be shut off until 2017, at the earliest. Questions? Contact devsupport@onelogin.com.
All new development with APIs should use the newest version of our API: /1. API /1 is based on RESTful principles, is secured by OAuth 2.0, and provides JSON messages, search, pagination, sorting, and filtering.
Get Custom Attributes
Gets all custom attributes (also known as custom user fields) that have been defined for the account.
For more info about defining custom user fields, see Custom User Fields.
Resource URL
https://api.onelogin.com/api/v3/users/custom_attributes
Sample Response
- 200 OK
<custom_attributes>
<attribute type="string" label="Aliases" name="aliases" />
</custom_attributes>
Response Elements
Element | Description |
---|---|
|
|
Sample cURL Request
Be sure to replace placeholder values surrounded by { }
with actual values.
curl -X GET https://api.onelogin.com/api/v3/users/custom_attributes \
-u {api_key}:x
Postman Collection
Be sure to set Postman-specific environment variables indicated by {{ }}
.
Download for the Users API