GET users/nationalities

Function returns nationalities.

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either StaffMember, Student

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

key - nationality id, value - nationality name

Collection of Pair of globally unique identifier [key] and string [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": "e6a3cdb1-0156-4270-9f75-ba4ead1ffd6e",
    "Value": "sample string 2"
  },
  {
    "Key": "c8ac9e42-5419-4854-8e03-4cb44dccc578",
    "Value": "sample string 2"
  }
]