Activate a userCopy Pageput https://app.360learning.com/api/v2/users/{userId}/activateRequired OAuth scope: users:write. Activates a specific user given its unique ID.Path ParamsuserIdstringrequiredThe unique ID of the user.Headers360-api-versionstringenumrequiredThe version of the API.v2.0Allowed:v2.0Responses 200Returns the activated user. 400The given userId corresponds to a deleted user. Recreate the user first (using POST /api/v2/users) and then activate it. 401The given access token is either missing, invalid, has expired, or has been revoked. 403The given access token does not have the required OAuth scope to execute the request. 404The given userId does not correspond to any existing user. 429The client has sent too many requests in a short amount of time.Updated 24 days ago