GET users/{user_id}

Description:

get the info of a user by id

URL pattern:

.../users/{user_id}

Formats:

xml, json

HTTP Method:

GET

Parameters:

none

Response:

{
	"user": {
		"user_id": 12345,
		"user_name": kisti,
		"user_ca": fejbjdsifdkfj,
	}
}
  • No labels