Allow GetUsers / GetAllUsers to filter by ResourceName / Username
Currently the API for UsersGetAllUsersV1 only allows for obtaining CondecoID for user based on email address. Since a Condeco user's email address is editable via their profile page, it is not a suitable field to be used to map to Condeco ID. Existing we are using SCIM to sync new user accounts from ActiveDirectory to Condeco. It would be better to obtain CondecoID via ResourceName / Condeco Username using this API.
Hence, can there be a /api/V1/users?resourceName=<user's condeco username>, so we can retrieve the user's Condeco UserID which is used for all other subsequent API calls like CreateMeeting etc.
1
vote
Andrew Chin
shared this idea