Skip to content

Return a proper list of admin roles for contacts object #87

Description

@asirota

Reference to enhancement request

The administrator role end point needs to have a comma delimited list, in alphabetical order of all admin roles granted.

Currently the admin role is assigned a hard coded value for administrator (full access) no matter what the admin roles are.

Here's an example structure that should be flattened into an alphabetical sorted string delimited with commas.

{ "FieldName": "Administrator role", "Value": [ { "Id": 2, "Label": "Membership manager" }, { "Id": 4, "Label": "Event manager" }, { "Id": 16, "Label": "Restricted website editor" }, { "Id": 32, "Label": "Newsletter manager" }, { "Id": 64, "Label": "Online store manager" } ], "SystemCode": "AdminRole" }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions