Viewing single user
    • PDF

    Viewing single user

    • PDF

    Article summary

    You can view a single user individually.

    Requests

    • GET /user/{userId}

    Request parameters

    ParametersRequirement statusTypeDescriptionRestrictions
    userIdYStringUser ID

    Responses

    Response bodies

    {
      "userId" : "string",
      "loginId" : "string",
      "nrn" : "string",
      "userProfile" : {
        "firstName" : "string",
        "lastName" : "string",
        "email" : "string",
        "emailVerified" : "boolean",
        "empNo" : "string",
        "phoneCountryCode" : "string",
        "phoneNo" : "string",
        "phoneNoVerified" : "boolean",
        "deptName" : "string"
      },
      "accessRules" : {
        "consoleAccessAllowed" : "boolean",
        "apiAccessAllowed" : "boolean"
      },
      "status" : "string",
      "description" : "string",
      "lastLoginAt" : "string",
      "createdAt" : "string",
      "updatedAt" : "string"
    }
    
    ParametersTypeDescriptionRestrictions
    userIdStringUser ID
    loginIdStringLogin ID (email)
    nrnStringnrn of the created user
    userProfileObjectUser profile
    userProfile.firstNameStringFirst name
    userProfile.lastNameStringLast name
    userProfile.emailStringEmail
    userProfile.emailVerifiedBooleanEmail verification status
    userProfile.empNoStringEmployee number
    userProfile.phoneCountryCodeStringCountry code for mobile phone number
    userProfile.phoneNoStringMobile phone number
    userProfile.phoneNoVerifiedBooleanMobile phone number verification status
    userProfile.deptNameStringDepartment name
    accessRulesObjectAccess rules
    accessRules.consoleAccessAllowedBooleanWhether console access is allowed
    accessRules.apiAccessAllowedBooleanWhether API access is allowed
    statusStringUser status (active, suspended, deleted)
    lastLoginAtStringLast login time (UTC, e.g., 2023-04-25T13:11:50Z)
    createdAtStringCreation time (UTC, e.g., 2023-04-25T13:11:50Z)
    updatedAtStringEdit time (UTC, e.g., 2023-04-25T13:11:50Z)
    descriptionStringUser description

    Errors

    Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
    For more information on common errors, see NAVER Cloud Platform API.

    HTTP status codeError codeError message
    4009050The user does not exist.

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.