Managing CTERA Portal Users
All end users are stored in the CTERA Portal schema, in a collection with the following URL: {BASE_URL}/users
For example, the full URL of a user with the username jsmith is: {BASE_URL}/users/jsmith
Individual attributes can be fetched by their identifier. For example, the following full URL can be used to fetch the last name of the user jsmith: {BASE_URL}/users/jsmith/lastName
Active Directory domain users are stored in the CTERA Portal schema, in a collection with the following URL: {BASE_URL}/domains/{domain name}/adUsers
For example, the full URL of a user with the username jsmith in the domain ctera.com is: {BASE_URL}/domains/ctera.com/adUsers/jsmith
This section explains how to use the CTERA Portal API to manage end users.
In this section