Fetch a User
This operation fetches a single Push Notification User using its ID.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
userId
Response
OK
id
A reference to a Push Notification User.
createdAt
The date and time the User was created.
updatedAt
The date and time the User was last updated.
deletedAt
The date and time the User was deleted, if applicable.
Errors
400
Bad Request Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error