Users REST Endpoints

Users
Add or Import User(s)
Method: post
Path: /essbase/rest/v1/users
Delete User
Method: delete
Path: /essbase/rest/v1/users/{id}
Delete Users
Method: post
Path: /essbase/rest/v1/users/actions/delete
Get User
Method: get
Path: /essbase/rest/v1/users/{id}
Search or Export Users
Method: get
Path: /essbase/rest/v1/users
Update User
Method: put
Path: /essbase/rest/v1/users/{id}