Registered users
Last updated
Was this helpful?
Last updated
Was this helpful?
This service returns the list of all the users for the challenge.
Since a user can register before the start date of a challenge, this service can help you partition your users between those who registered and those who did not. This can provide you with a simple way of notifying users who have not yet registered, or who have forgotten to register.
The table below summarizes the elements included in the RegisteredUsersResponse
object.
challengeId
string
Unique identifier of the challenge
status
string
Status of the users in the challenge
Possible values: ALL
, RANKED
, NOT_RANKED
count
int
Total number of users with the given status
users
array[object]
The table below summarizes the elements included in the UserInfo
object.
username
string
Unique identifier of the user
firstname
string
First name of the user
lastname
string
Last name of the user
registerDate
string
Date at which the user entered the challenge
Date format: YYYY-MM-ddโTโHH:mm:ss.SSSZ
List of users with the given status (see )
Unique identifier of the challenge
Status of the users in the challenge
ALL
Available options: Drivekit Admin API key