GET api/UserRegistration/GetSignupFormRoles
get hardcoded role list for the signup form
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GenericSimpleNameValueStringDTOName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "sample string 1", "Name": "sample string 2" }, { "Id": "sample string 1", "Name": "sample string 2" } ]