Admin/Users Module

List roles

Returns the roles of your organization. Native Complif roles have is_default: true; custom roles have is_default: null. Use this to obtain the id_role to assign to a user.

get/api/admin/v1/users/roles

Response

is_defaultboolean nullable required

Determines whether a role is native to Complif or not.

codestring nullable required
created_atstring nullable required
descriptionstring nullable required
id_rolestring nullable required
namestring nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.